home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98c.txt / 000040_icon-group-sender _Fri Sep 18 12:27:04 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) with SMTP id MAA04305
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Fri, 18 Sep 1998 12:27:01 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA06397; Fri, 18 Sep 1998 12:26:31 -0700
  7. Date: Fri, 18 Sep 1998 08:28:16 -0700
  8. From: kwalker@sfo.harbinger.com (Ken Walker)
  9. Message-Id: <199809181528.IAA12163@varda.premenos.com>
  10. To: icon-group@optima.CS.Arizona.EDU
  11. Subject: Re: Context Switching
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=us-ascii
  14. Content-Transfer-Encoding: 7bit
  15. Content-Md5: piSHa99ToHQDrGzhcFoaNA==
  16. Content-Transfer-Encoding: 7bit
  17. Content-Transfer-Encoding: 7bit
  18. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  19. Content-Transfer-Encoding: 7bit
  20. Status: RO
  21.  
  22. > From leichter@smarts.com Thu Sep 17 12:45:44 1998
  23. > There's been a great deal of work on this general issue in the Lisp
  24. > community.  In modern Lisp's there's the notion of a closure, which is a
  25. > function plus its execution context as an accessible object.  A co-
  26. > expression is the direct Icon analogue of a closure.  (A generator is a
  27. > restricted kind of co-expression which, because it is syntactically
  28. > bound to a particular point in the program, can be implemented more
  29. > efficiently.
  30.  
  31. I thought that the execution context for a Lisp closure was just
  32. data values. Does it also include an execution point so that
  33. you can continue a closure were it's last call left off?
  34.  
  35. Ken Walker, kenneth.walker@sfo.harbinger.com
  36. Harbinger Coporation, Concord, Ca. 94520
  37.  
  38.